Early Preview
System.Collections.Concurrent
Provides several thread-safe collection classes that should be used in place of the corresponding types in the System.Collections.NonGeneric and System.Collections packages whenever multiple threads are accessing the collection concurrently. Commonly Used Types: System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> System.Collections.Concurrent.ConcurrentQueue<T> System.Collections.Concurrent.ConcurrentBag<T> System.Collections.Concurrent.BlockingCollection<T> System.Collections.Concurrent.ConcurrentStack<T> When using NuGet 3.x this package requires at least version 3.4.
| Author | Microsoft |
| Version | 4.3.0 |
| Tags |
02/03/2026 10:01:42: Doc summary created
Thanks for showing interest in the docs for System.Collections.Concurrent! Looks like you're the first one so we haven't generated the docs yet. Just push the button below to initiate background doc generation. The docs should be ready in a few seconds (up to a few minutes if there are many dependencies), just reload the page to see them!